Adwaita: fix bogus selector...
authorLapo Calamandrei <calamandrei@gmail.com>
Thu, 11 Feb 2016 17:38:31 +0000 (18:38 +0100)
committerLapo Calamandrei <calamandrei@gmail.com>
Thu, 11 Feb 2016 17:38:31 +0000 (18:38 +0100)
...ruining the indeterminate check animation

gtk/theme/Adwaita/_common.scss
gtk/theme/Adwaita/gtk-contained-dark.css
gtk/theme/Adwaita/gtk-contained.css

index 4a2dc2319c6f7f1b1b79709636109387889699e9..666f0d8e134f9e136987ba38c8d8af8891f4f52f 100644 (file)
@@ -2341,7 +2341,7 @@ check:not(:indeterminate):checked { animation: check_check 400ms; }
 
 radio:not(:indeterminate):checked { animation: check_radio 400ms; }
 
-check:indeterminate:checked:active, radio:indeterminate:checked { animation: check_indeterminate 400ms; }
+check:indeterminate:checked, radio:indeterminate:checked { animation: check_indeterminate 400ms; }
 
 // no animations in menus
 menu menuitem {
index 687a82ce459b186e9a5047f031ab7e2e4b45eefb..d535d2559cabc9f1533c3f60de981999b6ec66fb 100644 (file)
@@ -2908,7 +2908,7 @@ check:not(:indeterminate):checked {
 radio:not(:indeterminate):checked {
   animation: check_radio 400ms; }
 
-check:indeterminate:checked:active, radio:indeterminate:checked {
+check:indeterminate:checked, radio:indeterminate:checked {
   animation: check_indeterminate 400ms; }
 
 menu menuitem check:not(:indeterminate):checked,
index a1907954e4f3ec89c886825f7257116ae2062c6b..adec81e31baad8f168912c1a6d8fe2115d8e2110 100644 (file)
@@ -3041,7 +3041,7 @@ check:not(:indeterminate):checked {
 radio:not(:indeterminate):checked {
   animation: check_radio 400ms; }
 
-check:indeterminate:checked:active, radio:indeterminate:checked {
+check:indeterminate:checked, radio:indeterminate:checked {
   animation: check_indeterminate 400ms; }
 
 menu menuitem check:not(:indeterminate):checked,